home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 100 Demos - Disc 2 / Micromania 100 Demos - Disco 2.iso / Neocron / Neocron_offline_demo_eng.exe / CONTROL.INI < prev    next >
Encoding:
Text File  |  2002-05-23  |  1.3 KB  |  53 lines

  1. //*******************************************************************************************
  2. //CTRL
  3. //*******************************************************************************************
  4.  
  5. //All of the commands below can be used in the chat window, too.
  6. //You have to prefix the command with "/", though.
  7.  
  8. //enables chatwindow system messages
  9. set sys_messages 0
  10.  
  11. //enable global chat
  12. set ctrl_globalchat 1
  13.  
  14. //mouse control factor (mouse sensitivity)
  15. set ctrl_mousefac 1.0
  16.  
  17. //invert mouse Y axis (0=default, 1=invert)
  18. set ctrl_mouseinvert 0
  19.  
  20. //enable this if you experience mouse "lag" (at a slight fps cost)
  21. set ctrl_mouselock 0
  22.  
  23. //0 - first person view / 1 - external view
  24. set ctrl_externalcam 0
  25.  
  26. //external camera distance
  27. set ctrl_externaldist 100.0
  28.  
  29. //external camera horizontal angle
  30. set ctrl_externalangle 90.0
  31.  
  32. //RPOS color scheme (0=default) (see rposcolor.ini for further infos)
  33. set gfx_hudcolor 0
  34.  
  35. //crosshair type (1-xx, 0=off) (currently only 0/1 supported)
  36. set gfx_crosshair 1
  37.  
  38. //supress RPOS rendering
  39. set ctrl_renderhud 1
  40.  
  41. //allow forward/back/strafe movement in RPOS mode
  42. //disable this if you move with WASD or similar keys
  43. set ctrl_hudallowmove 1
  44.  
  45. //global chat
  46. set ctrl_mousefac 1.0
  47.  
  48. //default "bobbing" (0=off)
  49. set ctrl_bob 1.0
  50.  
  51. //default music set (\ini\bgmusic.ini)
  52. set ctrl_musicdefaultset 1
  53.